.nav-link {
  color: white !important;
  font-family: Roboto, sans-serif;
}

.footer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
}
.f-up {
  display: flex;
  flex-direction: row;
  background-color: #232323;
  color: white
  justify-content: center;
  width: 100%;
  height: 30px;
  align-items: center;
}
.f-holi {
  margin-left: 5px;
}
.f-down-cont {
  display: flex;
  flex-direction: row;
  background-color: #002481;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  color: white;
  font-size: 17px;
}
.f-down-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}
.hamburger {
  display: none;
}

.home-hov {
  font-size: 16px;
}

.home-hov2 {
  font-size: 14.4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin-top: 3px;
  font-weight: 500;
}

.n-u-l {
  display: flex;
  flex-direction: row;
  margin-left: 180px;
}
.n-l-logo img {
  width: 80px;
}
.n-l-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  font-size: 30px;
  color: #002481;
}
.n-u-r {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-right: 150px;
}
.img1 {
  width: 50px;
}
.img2 {
  width: 90px;
  height: 50px;
}

.img3 {
  width: 100px;
}
.img4 {
  width: 90px;
  height: 50px;
}
.hero-container {
  width: 100%;
}
.hero-container img {
  width: 100%;
}

.row-container {
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1140px;
  align-items: center;*/
  margin-top: 50px;
}
.row-u {
  display: flex;
  align-items: center;
  text-align: left;
  height: 40px;
  background-color: #002481;
}
.row-heading {
  color: white;
  margin-left: 16px;
  font-weight: bold;
}
.row-l {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 15px;
}
.row-l-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card-img img {
  width: 340px;
  height: 430px;
}
.card-name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.card-details {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
}
.card-details i {
  color: rgb(216, 243, 11);
}

.card-btn button {
  width: 100%;
  background-color: #002481;
  color: white;
  border: 0;
  border-radius: 3px;
  height: 40px;
}
.card-btn button:hover {
  background-color: #ffc951;
  color: black;
  transition: ease;
  border: 0;
}
.mag-container{
  /*width: 100%;
  height: 400px;*/
  padding: 20px;
  background: linear-gradient(to right, #98d7ee, white);
  display: flex;
  justify-content:center;
  flex-direction: row;
  gap: 25px;
}
.mag-left{
  display: flex;
  align-items: center;
}
.mag-left img{
  width: 270px;
  height: 350px;
  margin-left: 190px;
  
}
.mag-right{
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.mag-name{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.mag-icons{
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-size: 14.4px;
}

.mag-details{
  width: 86%;
  margin-top: 20px;
}
.mag-btn button{
  background-color: #002481;
  color: white;
  width: 120px;
  height: 38px;
  border-radius: 3px;
  border: none;
  margin-top:20px ;
}
.mag-card-img img{
  width: 272px;
  height: 351px 
}
.mag-row-u {
  display: flex;
  align-items: center;
  text-align: left;
  width: 1000px;
  height: 40px;
  background-color: #002481;
}
.mag-row-heading {
  color: white;
  margin-left: 16px;
  font-weight: bold;
}
.mag-row-l {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 1031px;
  margin-top: 15px;
}
.reviews-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*margin-top: 50px;*/
  width: 100%;
}
.mag-rew-u {
  display: flex;
  align-items: center;
  text-align: left;
  width: 1000px;
  height: 40px;
  background-color: #002481;
}
.mag-rew-heading {
  color: white;
  margin-left: 16px;
  font-weight: bold;
}
.mag-rew-l{
  /*display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-right: 581px;*/
    width: 1000px;
    display: block;
}
.rew-user{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.rew-avatar i{
  font-size: 50px;
}
.rew-name{
  font-size: 18px;
}
.rew-date{
  font-size: 12px;
  color: gray;
}
.rew-stars i{
  color: green;
  font-size: 24px;
}
.rew-rew p{
  margin-left: 79px;
  font-size: 20px;
}

@media (max-width: 980px) {
  .tp{
    display: none;
  }

  .f-down-cont {
    flex-direction: column-reverse;
    gap: 4px;
    font-size: 10px;
  }

  .nav-main-div {
    display: none;
  }
  .hamburger {
    display: flex;
    flex-direction: row;
    z-index: 999;
    height: 70px;
    justify-content: space-between;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #002481;
  }
  .ham-logo {
    width: 70px;
    height: 70px;
    margin-left: 14px;
  }

  .ham-a a {
    text-decoration: none;
    font-weight: 400;
    outline: none !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #0f1011;
    font-weight: 600;
  }
  .side-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.367);
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
  }

  .side-menu li {
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
    /* color: #02a4e7; */
    z-index: 999;
    text-decoration: none;
    display: flex;
  }

  .close-menu {
    margin-left: 20px;
  }

  .close-menu i {
    font-size: 34px;
  }

  .open-menu i {
    font-size: 30px;
    margin-top: 15px;
    margin-right: 17px;
    color: white;
  }
  .mag-row-l{
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 40px;
  }

  .main-div-2{
    display: none;
  }
  .mag-rew-u {
    width: 100%;
  }
  .mag-row-u{
    width: 100%;
  }
  .mag-rew-l{
    padding-left: 8px;
    /*border: 1px solid;*/
    width: 100%;
  }
  .mag-container{
    height: 769px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    
  }
  .mag-left img{
    margin-left: 0px;
  }
  .mag-right{
    margin-left: 108px;
  }
  .hero-container img{
    margin-top: 70px;
  }
  .row-u{
    width: 100%;
  }
  .row-l{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
    
  }

}

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .logos:hover .logos-slide {
    animation-play-state: paused;
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    height: 60px;
    margin: 0 40px;
  }
